home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 71.zip / BS1 part 71 / X-Cad3000_d5.adf / XCdoc / scrlwin < prev    next >
Text File  |  1991-11-22  |  1KB  |  49 lines

  1.  
  2.    3.1.4 SCROLL WINDOW
  3.  
  4.  
  5. The SCROLL WINDOW command is used to scroll or pan the currently displayed
  6. window across the screen to reveal previously hidden part of the overall
  7. drawing. The direction and displacement of the window can be controlled
  8. using modifiers or IDENTS.
  9.  
  10.  
  11.    COMMAND FORMAT
  12.  
  13.       #SCROLL WINDOW modifiers
  14.  
  15.          or
  16.  
  17.       #SCROLL WINDOW :Loc x1 x2 [:Loc x1 x2]
  18.  
  19. If no modifiers are entered IDENTS can be used to digitise 2 locations
  20. within the visible window. The direction and displacement of the scroll
  21. is defined as the difference beteen the first digitise 'x1', and the
  22. second digitise 'x2'. ( See fig. 3.3 ).
  23.  
  24.  
  25.    MODIFIERS
  26.  
  27. LEFT        Will scroll the current window to the left by a displacement
  28.             of half of the visible portion of the window.
  29.  
  30. RIGHT       Will scroll the current window to the right by a displacement
  31.             of half of the visible portion of the window.
  32.  
  33. UP          Will scroll the current window up towards the top of the
  34.             display by a displacement of half of the visible portion of
  35.             the window.
  36.  
  37. DOWN        Will scroll the current window down towards the bottom of
  38.             the display by a displacement of half of the visible portion
  39.             of the window.
  40.  
  41.  
  42. A valid combination of modifiers such as
  43.  
  44.    #SCROLL WINDOW UP LEFT
  45.  
  46. may be entered.
  47.  
  48.  
  49.